home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / images / drawlist.m < prev    next >
Comma Seperated Value File  |  2002-01-02  |  537 b   |  28 rows

#CONST DLST_END=0
1 DLST_LINE=1 
2 DLST_RECT=2 
3 DLST_FILL=3 
4 DLST_ELLIPSE=4 
5 DLST_CIRCLE=5 
6 DLST_LINEPAT=6 
7 DLST_FILLPAT=7 
8 DLST_AMOVE=8 
9 DLST_ADRAW=9 
10 DLST_AFILL=10 
11 DLST_BEVELBOX=11 
12 DLST_ARC=12 
13 DLST_START=13 
14 DLST_BOUNDS=13 
15 DLST_LINESIZE=14 
16 DRAWLIST_Dummy=$85017000 
17 DRAWLIST_Directives=(DRAWLIST_Dummy+1) 
18 DRAWLIST_RefHeight=(DRAWLIST_Dummy+2) 
19 DRAWLIST_RefWidth=(DRAWLIST_Dummy+3) 
20 DRAWLIST_DrawInfo=(DRAWLIST_Dummy+4)
21OBJECT DrawList
22  Directive:WORD 
23  X1:UWORD 
24  Y1:UWORD 
25  X2:UWORD 
26  Y2:UWORD 
27  Pen:WORD